home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00052_n back-forth.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  194 b   |  15 lines

  1. property mys
  2. global grouper
  3.  
  4. on beginSprite me
  5.   set mys to the spriteNum of me
  6. end
  7.  
  8. on mouseWithin me
  9.   set this to 32 * 3
  10.   sendAllSprites(#movepoint, 0, 0, 0, this)
  11. end
  12.  
  13. on mouseEnter me
  14. end
  15.